Gets the steps for the job
__property IJobSteps** Steps;
IJobSteps** Steps;
Property Steps() As IJobSteps**
Steps are executed in the order that they appear in the JobSteps collection. The Add method always adds a step to the end of the collection, so to reorder steps you must empty the collection and then add the steps back in the desired sequence.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|